home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / stringsearch / bmsource / stats.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-10  |  120 b   |  10 lines  |  [TEXT/MPS ]

  1. #define    NSTEP    100
  2. extern struct stats
  3. {
  4.     int len;
  5.     long step[NSTEP];
  6.     long cmp, jump;
  7.     long slow;
  8.     long extra;
  9. } stats;
  10.